From fa82d0c5860d26d8b3db5a247a8a005450bec717 Mon Sep 17 00:00:00 2001 From: "acnt2@huggins.lce.cl.cam.ac.uk" Date: Thu, 5 Oct 2006 17:29:19 +0100 Subject: [PATCH] [XEND] Replace dom with domid. * Also removed stray semicolon * Fixed whitespace for pciif.py * Moved DEV_MIGRATE_TEST to xen.xend.__init__.py Signed-off-by: Alastair Tse --- tools/python/xen/xend/server/iopif.py | 2 +- tools/python/xen/xend/server/irqif.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/python/xen/xend/server/iopif.py b/tools/python/xen/xend/server/iopif.py index 856de378c0..96651a7c95 100644 --- a/tools/python/xen/xend/server/iopif.py +++ b/tools/python/xen/xend/server/iopif.py @@ -20,7 +20,7 @@ import types -import xen.lowlevel.xc; +import xen.lowlevel.xc from xen.xend import sxp from xen.xend.XendError import VmError diff --git a/tools/python/xen/xend/server/irqif.py b/tools/python/xen/xend/server/irqif.py index 98a2d21a00..6e539dbab9 100644 --- a/tools/python/xen/xend/server/irqif.py +++ b/tools/python/xen/xend/server/irqif.py @@ -23,7 +23,7 @@ import types -import xen.lowlevel.xc; +import xen.lowlevel.xc from xen.xend import sxp from xen.xend.XendError import VmError -- 2.30.2